-
Home
-
Online Scheduling and Appointment Booking System – Bookly
-
22.6
-
Code
-
Classes
- Query
| Total Complexity |
117 |
| Dependencies |
1 |
| Dependents |
13 |
| Total lines |
1,060 |
| Lines of code |
465 |
| Logical lines of code |
286 |
| Comment lines |
384 |
| Methods |
48 |
| Properties |
18 |
Methods 48
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| composeQuery() |
D |
21 |
50 |
197 |
| execute() |
A |
50 |
8 |
28 |
| _normalize() |
S |
52 |
6 |
23 |
| select() |
S |
71 |
2 |
5 |
| addSelect() |
S |
67 |
2 |
8 |
| delete() |
S |
71 |
2 |
5 |
| leftJoin() |
S |
63 |
2 |
10 |
| innerJoin() |
S |
63 |
2 |
10 |
| count() |
S |
68 |
2 |
7 |
| findOne() |
S |
65 |
2 |
10 |
| _prepare() |
S |
75 |
2 |
4 |
| __construct() |
S |
65 |
1 |
8 |
| __toString() |
S |
79 |
1 |
3 |
| update() |
S |
77 |
1 |
4 |
| tableJoin() |
S |
65 |
1 |
9 |
| joinSelect() |
S |
78 |
1 |
3 |
| union() |
S |
76 |
1 |
4 |
| joinRaw() |
S |
67 |
1 |
8 |
| limit() |
S |
76 |
1 |
4 |
| offset() |
S |
76 |
1 |
4 |
| sortBy() |
S |
77 |
1 |
4 |
| order() |
S |
77 |
1 |
4 |
| where() |
S |
73 |
1 |
4 |
| whereNot() |
S |
73 |
1 |
4 |
| whereLike() |
S |
73 |
1 |
4 |
| whereNotLike() |
S |
73 |
1 |
4 |
| whereLt() |
S |
73 |
1 |
4 |
| whereLte() |
S |
73 |
1 |
4 |
| whereGt() |
S |
73 |
1 |
4 |
| whereGte() |
S |
73 |
1 |
4 |
| whereIn() |
S |
73 |
1 |
4 |
| whereNotIn() |
S |
73 |
1 |
4 |
| whereAny() |
S |
74 |
1 |
4 |
| whereAll() |
S |
74 |
1 |
4 |
| whereBetween() |
S |
73 |
1 |
4 |
| whereRaw() |
S |
73 |
1 |
4 |
| groupBy() |
S |
76 |
1 |
4 |
| havingRaw() |
S |
73 |
1 |
4 |
| indexBy() |
S |
77 |
1 |
4 |
| set() |
S |
74 |
1 |
4 |
| setRaw() |
S |
74 |
1 |
4 |
| fetchCol() |
S |
73 |
1 |
5 |
| fetchColDiff() |
S |
79 |
1 |
3 |
| fetchVar() |
S |
73 |
1 |
5 |
| fetchArray() |
S |
80 |
1 |
3 |
| fetchRow() |
S |
75 |
1 |
4 |
| find() |
S |
80 |
1 |
3 |
| escape() |
S |
76 |
1 |
4 |